/*侧边栏*/
.suspension_window {
  width: 139px;
  height: 496px;
  background-color: #10bbb8;
  padding: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom-right-radius: 75px;
  border-bottom-left-radius: 75px;
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 999;
  margin-top: -250px;
}

.suspension_window_content {
  width: 133px;
  height: 490px;
  border: 1px solid rgba(253, 252, 252, 0.35);
  border-bottom-right-radius: 75px;
  border-bottom-left-radius: 75px;
  margin: auto;
}

.suspension_top {
  width: 120px;
  height: 103px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  margin: auto;
}

.suspension_top>span {
  display: block;
  width: 100%;
  padding-top: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  overflow: hidden;
  text-align: center;
  font-size: 0;
}

.suspension_top>span>p {
  display: inline-block;
  font-size: 12px;
  font-family: "Microsoft YaHei";
  color: #fdfcfc;
  margin-left: 4px;
  vertical-align: middle;
}

.suspension_top>b {
  clear: both;
  font-size: 19px;
  font-family: "Microsoft YaHei";
  color: #fdfcfc;
  font-weight: bold;
  text-align: center;
  display: block;
  width: 100%;
  margin-top: 6px;
}

.suspension_window_content>ul {
  width: 120px;
  margin: auto;
}

.suspension_window_content>ul>li {
  list-style: none;
  margin-top: 14px;
  position: relative;
}

.suspension_window_content>ul>li>a {
  display: block;
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #ffffff;
  width: 111px;
  height: 32px;
  border-width: 1px;
  border-color: #ffffff;
  border-style: solid;
  border-radius: 3px;
  text-align: center;
  line-height: 30px;
  margin: auto;
  cursor: pointer;
}

.suspension_window_content>ul>li:hover a {
  color: #fd7851;
  background-color: #fdfcfc;
}

.suspension_window_content>ul>li>span {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ed3737;
  line-height: 16px;
  text-align: center;
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #fdfcfc;
  position: absolute;
  right: -2px;
  top: 0px;
}

.zx_phone_number {
  display: block;
  width: 120px;
  height: 68px;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  margin: auto;
  margin-top: 19px;
  text-align: center;
}

.zx_phone_number>p {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #fdfcfc;
  margin-top: 14px;
  text-align: center;
}

.zx_phone_number>b {
  font-size: 20px;
  font-family: "Impact";
  color: #fdfcfc;
  font-weight: 500;
  white-space: nowrap;
}

.suspension_window_content>a {
  display: block;
  width: 42px;
  height: 42px;
  border-width: 1px;
  border-color: #ffffff;
  border-style: dashed;
  border-radius: 50%;
  background-color: #ffffff;
  text-align: center;
  margin: 12px auto 0;
  cursor: pointer;
}

.suspension_window_content>a>p {
  font-size: 12px;
  font-family: "Microsoft YaHei";
  color: #10bbb8;
  text-align: center;
  margin-top: -4px;
}

.top {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: #10bbb8;
  text-transform: uppercase;
  line-height: 1.038;
  text-align: center;
  position: absolute;
  left: 1773px;
  top: 746.734px;
  z-index: 130;
}

.blink_btn {
  color: #fc3703 !important;
  background-color: #eff9ee;
}

.active_color {
  background-color: #fcfe03;
}

.zx_phone_number:hover b {
  color: #fcfe03 !important;
}